home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / orbitrax.swf / scripts / DefineButton2_241 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  138b  |  8 lines

  1. on(release){
  2.    main.sfx.gotoAndPlay("click");
  3.    if(carChoice != undefined)
  4.    {
  5.       popUpEntryName.gotoAndPlay("anim");
  6.    }
  7. }
  8.